projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf232e4
)
(png_load): Remove unused variable `gamma_str'.
author
Pavel Janík
<Pavel@Janik.cz>
Thu, 14 Mar 2002 20:39:09 +0000
(20:39 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Thu, 14 Mar 2002 20:39:09 +0000
(20:39 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index e8861e8769443d527901f042ab0471bb17a8edf9..2e95ef65e43b2d8b937c3c9a7716ac223a212e9e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-03-14 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * xfns.c (png_load): Remove unused variable `gamma_str'.
+
2002-03-14 Richard M. Stallman <rms@gnu.org>
* xfns.c (x_real_positions): Handle failure in XQueryTree.
diff --git
a/src/xfns.c
b/src/xfns.c
index 23d85d10e240a361893f8838e45a964e93a2420d..ee8e3430c27f6c8f548ff7d288bf61dff2d92764 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-8902,7
+8902,6
@@
png_load (f, img)
png_byte channels;
png_uint_32 row_bytes;
int transparent_p;
- char *gamma_str;
double screen_gamma, image_gamma;
int intent;
struct png_memory_storage tbr; /* Data to be read */